runtime.lfnode.pushcnt (field)
4 uses
runtime (current package)
lfstack.go#L26: node.pushcnt++
lfstack.go#L27: new := lfstackPack(node, node.pushcnt)
lfstack.go#L29: print("runtime: lfstack.push invalid packing: node=", node, " cnt=", hex(node.pushcnt), " packed=", hex(new), " -> node=", node1, "\n")
runtime2.go#L897: pushcnt uintptr
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)